Skip to content
  • 0 Votes
    11 Posts
    4k Views
    M

    Hi,

    <!DOCTYPE RCC> is not needed.

    You have to add Q_INIT_RESOURCE when you want to load resources not embedded in your application.

    I'm not sure to understand; the simple icon example works or not??
    Your app with QGraphicsScene??

  • 0 Votes
    6 Posts
    2k Views
    S

    Ok, what I did now is the following: I have removed the .svg ressources and converted them to .png graphics. Now I don't do the loading via the program any more but now I do it only via the settings in the GUI editor. I don't think I have changed anything else of relevance, but now it works. So to me it looks it only has to do with the format, that svg wasn't working while png is. I thougth I had checked that already before, but I may have overseen something. So for now that's the solution, thanks for the reflection platform. ;-)

    Stephan